home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 December / PSL Monthly Shareware CD-ROM (December 1993).iso / prgmming / dos / pascal / umbheap.exe / UMB_HEAP.HDR < prev    next >
Text File  |  1992-01-18  |  195b  |  11 lines

  1. {$A-,B-,D-,E-,F-,G-,I-,L-,N-,O-,R-,S+,V-,X-}
  2.  
  3. Unit UMB_Heap;
  4.  
  5. interface
  6.  
  7.   Procedure Extend_Heap;        { Use Upper Memory Blocks to extend the heap }
  8.  
  9. var
  10.   UMB_Heap_Debug : Boolean;
  11.